home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / text / hyper / hsc_source.lha / source / hsclib / size.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-19  |  189 b   |  14 lines

  1. /*
  2. ** size.h
  3. **
  4. ** get size of link destination (WIDTH, HEIGHT)
  5. **
  6. */
  7.  
  8. #ifndef HSC_SIZE_H
  9. #define HSC_SIZE_H
  10.  
  11. extern BOOL get_attr_size( HSCPRC *hp, HSCTAG *tag );
  12.  
  13. #endif /* HSC_SIZE_H */
  14.